home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / drivparm < prev    next >
Text File  |  1991-04-11  |  1KB  |  31 lines

  1.                                   DRIVPARM
  2.           Modify the parameters of an existing physical disc drive
  3.                 See also <DRIVER.SYS> <DEVICE> <CONFIG.SYS>
  4.  
  5. This command allows the modification of parameters associated with
  6. existing block devices, overriding the default MSDOS values.  To add a
  7. new device, use <DRIVER.SYS>
  8.  
  9. COMMAND TYPE: System configuration      VERSION: 4.0 and up
  10.  
  11. USE: DRIVPARM=/d:number [/c][/f:factor][/h:heads][/i][/n][/s:sectors]
  12.  
  13. /d:number declares the physical drive to be used (acceptable range 0-255)
  14.      where 0=A:, 1=B: etc.
  15. /c   indicates that drive referenced has door-open detection available
  16. /f:factor specifies the form factor (drive type) from the list below
  17.      0 = 160/180/320/360 kbytes      1 = 1.2 Mb
  18.      2 = 720 kb (3.5")               5 = fixed hard disc
  19.      6 = tape drive                  7 = 1.44 Mb (3.5")
  20.      The default values for the following options depend on the value
  21.      given to /f
  22. /h:heads -heads is number of heads (1-99)
  23. /i   specifies an electrically compatible 3.5" drive.  Such a drive is connected
  24.      to the existing floppy disc controller as drive A: or B:.  Use this
  25.      switch if the ROM bios does not support 3.5" drives directly
  26. /n   specifies a none-removable block device
  27. /s:sectors - sectors is the number of sectors per track (1-9)
  28. /t:tracks  - tracks is the number of tracks per side (1-999)
  29.  
  30. NOTE:  This command can only be used in <CONFIG.SYS>
  31.